Manager: Scrap Manager
Carbon supports only the LoadScrap and UnloadScrap functions from the original Scrap Manager. However, Carbon will supply new features, including support for "promises," to the Scrap Manager.
GDBShowPasteboardTypes
GetScrap
You should instead use the functions ScrapHasFlavor, GetScrapFlavorSize, and GetScrapFlavorData.
InfoScrap
You should instead use the function GetScrapSeed.
LoadScrap
Carbon applications may continue calling this function on Mac OS 8; however, on Mac OS X it does nothing and is no longer necessary.
PutScrap
You should instead use the function PutScrapFlavor.
UnloadScrap
Carbon applications may continue calling this function on Mac OS 8; however, on Mac OS X it does nothing and is no longer necessary.
ZeroScrap
You should instead use the function ClearScrap.
[Table of Contents] [Manager Index] [Function Index]
Generated on: 7/7/99. Copyright 1999 Apple Computer, Inc. All rights reserved.